MakeF2DPoint
Unit: sgConsts
Description
Call MakeF2DPoint
to create TF2DPoint
that represents the specified coordinates. Use MakeF2DPoint
to construct parameters for functions that require the 2D-point, rather than setting up local variables for each parameter.
Syntax
function MakeF2DPoint(const X, Y: TsgFloat): TF2DPoint;